@charset "utf-8";

:root {
	--blue: #005bab;
	--gray: #e0e0e0;
}

html {
	font-size: calc(100vw/7.5);
}
@media screen and (min-width: 750px) {
	html {
		font-size: 100px;
	}
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: var(--blue);
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

h2 {
	color: #333;
	font-size: 0.36rem;
	font-weight: bold;
}

h3 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

h4 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

hr {
	border: 0;
	padding: 0;
	margin: 0;
}

address, cite {
	font-style: normal;
}

/* Header */
.index-header {
	background-color: #f5f5f5;
	border-bottom: 1px solid var(--gray);
	width: 100%;
	padding-top: 0.20rem;
	padding-bottom: 0.20rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.index-header .header {
	justify-content: space-between;
	align-items: center;
}
.index-header figure.logo {
	flex-basis: 2.8rem;
	max-width: 200px;
}
.index-header figure.nav-m {
	cursor: pointer;
	width: 0.54rem;
	max-width: 32px;
}
.index-header .nav-pc {
	display: none;
}
.index-header .nav-pc li {
	position: relative;
}
.index-header .nav-pc li + li {
	margin-left: 0.30rem;
}
.index-header .nav-pc li > a {
	display: block;
	border-bottom: 3px solid #f5f5f5;
	font-size: 18px;;
	padding-top: 5px;
	padding-bottom: 5px;
}
.index-header .nav-pc li:hover > a {
	border-bottom: 3px solid var(--blue);
}
.index-header .nav-pc li:hover .nav-pc-item {
	display: block;
}

/* 移动端导航 */
.m-nav {
	background-color: #f5f5f5;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.m-nav hr {
	border-top: 1px solid var(--gray);
	margin-top: 5px;
	margin-bottom: 5px;
}
.m-nav .nav-content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.m-nav .item {
	background-color: #fff;
	border: 1px solid var(--gray);
	border-left: 3px solid #1296db;
	padding: 5px;
	margin-top: 15px;
}
.m-nav .item a, .m-nav .item cite {
	display: block;
	color: #000;
	cursor: pointer;
	padding: 5px;
}
.m-nav .item a.t, .m-nav .item cite {
	font-size: 16px;
}
.m-nav .item li {
	padding: 5px;
}
.m-nav .item li a {
	background-color: #eaeaea;
	border: 1px solid var(--gray);
	color: #666;
}
.m-nav .item li a:hover {
	background-color: var(--blue);
	color: #fff;
}
.m-nav .item .cite-content {
	display: none;
	border-top: 1px solid var(--gray);
	padding-top: 5px;
	margin-top: 5px;
}

.hide-nav {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

#closedPopMenu {
	display: block;
	background: url(../images/icon-15.png) 0 0 repeat;
	background-size: 100%;
	height: 36px;
	width: 36px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

/* PC导航 */
.nav-pc-item {
	display: none;
	animation: showPcNav .5s;
	background: rgba(255, 255, 255, 0);
	min-width: 100%;
	padding-top: 32px;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.nav-pc-item a {
	display: block;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	padding: 12px 40px;;
}
.nav-pc-item dd {
	background-color: var(--blue);
	border-bottom: 1px solid #0752ac;
	text-align: center;
}
.nav-pc-item dd:hover {
	background-color: #033776;
}

/* Banner */
.banner-pc .swiper-pagination-bullet {
	height: 0.14rem;
	width: 0.14rem;
}

/* Category */
.index-category, .index-about, .index-news, .index-cooper, .index-footer {
	padding-top: 0.30rem;
	padding-bottom: 0.30rem;
}
.category-item {
	text-align: center;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.category-item a {
	display: block;
}
.category-item:hover figure img, .plat-item:hover figure img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.category-item figure {
	height: 50px;
	justify-content: center;
	align-content: center;
}
.category-item figure img {
	display: block;
	height: 42px;
}
.category-item .txt {
	margin-top: 0.12rem;
}
.category-item .txt p {
	color: #6c6c6c;
}

/* About */
.index-about {}
.index-about h3 {
	position: relative;
	margin-bottom: 0.30rem;
}
.index-about h3:before {
	display: block;
	content: '';
	background-color: var(--blue);
	height: 4px;
	width: 75px;
	overflow: hidden;
	position: absolute;
	bottom: -0.1rem;
	left: 0;
	z-index: 1;
}
.index-about .container {
	flex: 0 0 100%;
}
.index-about .txt {
	padding: 0.15rem;
	width: 100%;
}
.index-about .info p {
	text-indent: 2em;
	margin-top: 0.15rem;
}
.index-about .list {
	background-color: #f4f4f4;
	margin-top: 0.30rem;
}
.index-about .list li {
	align-items: center;
	padding: 0.20rem;
}
.index-about .list li figure {
	margin-right: 0.10rem;
}
.index-about .list-item span {
	display: block;
}
.index-about .list-item span:first-child {
	color: var(--blue);
	line-height: 1.2;
}
.index-about .list-item span i {
	font-size: 30px;
	font-style: normal;
	padding-right: 3px;
}
.index-about .img {
	background-image: url(../images/index-01.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 4.00rem;
}

/* News */
.com-title {
	text-align: center;
	margin-bottom: 0.30rem;
	position: relative;
}
.com-title:before {
	display: block;
	content: attr(data-en);
	color: #e6e6e6;
	font-size: 0.56rem;
	line-height: 1;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.com-title h2 {
	padding-top: 0.25rem;
}
.index-news .swiper-pagination-bullet-active {
	background-color: #fff;
}
.index-news .item {
	color: #fff;
	width: 100%;
	padding: 0.15rem;
	position: absolute;
	left: 0;
	bottom: 0.15rem;
	z-index: 2;
}
.index-news .item h6 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.10rem;
}
.index-news .item h6 span {
	padding-right: 5px;
	padding-left: 5px;
}
.index-news .item p {
	overflow: hidden;
	height: 42px;
}
.index-news .img-news, .index-news .txt-news {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0.15rem
}
.index-news .content, .plat-item .content {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.index-news .txt-news .content {
	background-color: var(--blue);
	color: #fff;
	min-height: 100%;
}
.index-news .txt-news .content a, .index-news .txt-news .title h4 {
	color: #fff;
}
.index-news .txt-news .title {
	justify-content: space-between;
	align-items: center;
	padding: 0.15rem;
}
.news-list li {
	padding: 0.12rem 0.15rem;
}
.news-list li:hover {
	background-color: #1a6cb4;
}
.news-list li:after {
	display: table;
	content:'';
	clear: both;
}
.news-list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 100px;
}
.news-list li span {
	display: block;
	float: right;
}

/* Cooperative */
.index-cooper .com-container {
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.index-cooper .img-list {
	justify-content: center;
	align-items: center;
	border: 1px solid var(--gray);
	height: 100%;
	width: 100%;
	padding: 0.10rem;
}
.index-cooper .img-list img {
	display: block;
	height: auto;
	max-width: 100%;
}

#cooper .swiper-wrapper {
	transition-timing-function: linear;
}
#cooper .swiper-slide {
	height: auto;
}
/* Platform */
.index-platform {
	background: url(../images/index-03.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding-top: 2.20rem;
	padding-bottom: 0.30rem;
	margin-top: 0.30rem;
}
.plat-item {
	padding: 0.15rem;
}
.plat-item .content {
	align-items: center;
	background: rgba(0, 90, 170, .3);
	color: #fff;
	padding: 0.25rem;
}
.plat-item .content h4 {
	color: #fff;
	margin-bottom: 5px;
}
.plat-item .content figure {
	flex: 0 0 55px;
	margin-right: 20px;
}
.plat-item .content .txt {
	flex: 1 1 auto;
}

/* Footer */
.index-footer {
	background-color: #3d3d3d;
	color: #e8e8e8;
	padding-top: 0.45rem;
}
.index-footer a {
	color: #e8e8e8;
}
.index-footer a:hover {
	text-decoration: underline;
}
.index-footer hr {
	border-top: 1px solid #505050;
	margin-top: 0.30rem;
	margin-bottom: 0.10rem;
}
.code-nav-contact, .index-footer .sub-nav .list {
	justify-content: space-between;
}
.index-footer dl {
	padding: 0.15rem;
}
.index-footer dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.index-footer dd {
	padding-top: 2px;
	padding-bottom: 2px;
}
.index-footer .img-code {
	order: 2;
	flex: 0 0 100%;
	padding: 0.15rem;
}
.index-footer .img-code .hot-line {
	font-weight: bold;
}
.index-footer .img-code .hot-line b {
	color: #fe8e39;
	font-size: 28px;
}
.index-footer .img-code .code {
	margin-top: 0.20rem;
}
.index-footer .img-code .code figure {
	width: 105px;
}
.index-footer .img-code .code figure + figure {
	margin-left: 0.15rem;
}
.index-footer .img-code .code figcaption {
	text-align: center;
	margin-top: 5px;
}
.index-footer .sub-nav {
	order: 1;
	flex: 0 0 100%;
	padding-right: 0.15rem;
	padding-left: 0.15rem;
}
.index-footer .contact .c {
	word-break: break-all;
	margin-left: 45px;
}
.index-footer .copyright .link {
	flex: 0 0 100%;
}
.index-footer .copyright span {
	color: #808080;
	padding-right: 5px;
	padding-left: 5px;
}

/* Pos */
.index-pos {
	display: block;
	position: relative;
	z-index: 100;
}
.fix-pos {
	background-color: #fff;
	border-bottom: 1px solid var(--gray);
}
.fix-pos ul {
	border-left: 1px solid var(--gray);
	width: 100%;
}
.fix-pos li {
	border-right: 1px solid var(--gray);
	position: relative;
}
.fix-pos li a {
	display: block;
	padding: 12px 15px;
	position: relative;
}
.fix-pos li a.home {
	background: url(../images/icon-14.png) 50% 50% no-repeat;
	height: 100%;
	width: 46px;
}
.fix-pos li:hover .pos-nav-list {
	display: block;
}
.fix-pos .pos-nav-list {
	display: none;
	animation: showNav .5s;
	background-color: #fff;
	border: 1px solid var(--gray);
	min-width: calc(100% + 2px);
	position: absolute;
	top: 100%;
	left: -1px;
}
.fix-pos .pos-nav-list dd {
	border-top: 1px solid var(--gray);
	white-space: nowrap;
}
.fix-pos .pos-nav-list dd:first-child {
	border-top: 0;
}
.fix-pos .pos-nav-list dd:hover {
	background-color: var(--blue);
}
.fix-pos .pos-nav-list dd:hover a {
	color: #fff;
}
.fixed {
	position: fixed;
	left: 0;
	z-index: 9996;
}

/* Product */
main {
	margin-top: 0.30rem;
	margin-bottom: 0.30rem;
}
.aside {
	display: none;
	flex: 0 0 230px;
	padding-right: 0.15rem;
	padding-left: 0.15rem;
}
.aside ul {
	border: 1px solid var(--gray);
}
.aside ul li {
	border-top: 1px solid var(--gray);
}
.aside h4 {
	background-color: var(--blue);
	color: #fff;
	text-align: center;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.aside a {
	display: block;
	padding: 12px 20px;
}
.aside a:hover, .aside a.hover {
	background-color: #eaeaea;
}

.body {
	flex: 1 1 auto;
	padding-right: 0.15rem;
	padding-left: 0.15rem;
}
.body .pos {
	display: none;
	border-bottom: 1px solid var(--gray);
	padding-bottom: 0.05rem;
	margin-bottom: 0.15rem;
}

.pro-list li {
	flex: 0 0 50%;
	padding: 0.15rem;
}
.pro-list li .img img {
	display: block;
	width: 100%;
}
.pro-list li .txt {
	background: #eaeaea;
	text-align: center;
	padding: 0.12rem 0.10rem;
	margin-top: 0.06rem;
}
.pro-list li:hover img {
	transform: scale(1.2);
}
.pro-list li:hover .txt {
	background: var(--blue);
	color: #fff;
}

.pro-info {
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.pro-info h2 {
	color: var(--blue);
	margin-bottom: 0.15rem;
}
a.zixun {
	display: inline-block;
	background-color: #eaeaea;
	border: 1px solid var(--gray);
	font-size: 16px;
	padding: 0.12rem 0.40rem;
}
a.zixun:hover {
	background-color: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
}
.pro-intro {
	margin-top: 0.30rem;
}
.pro-intro cite {
	display: block;
	color: #333;
	border-bottom: 1px solid var(--gray);
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.pro-intro .content {
	padding: 0.15rem;
}

.img-auto img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* 新闻列表 */
.page-news-list li {
	border-bottom: 1px solid var(--gray);
	padding-top: 0.30rem;
	padding-bottom: 0.30rem;
}
.page-news-list figure {
	flex: 0 0 110px;
	margin-right: 0.15rem;
}
.page-news-list figure img {
	border: 1px solid var(--gray);
	padding: 1px;
}
.page-news-list .news-dec {
	flex: 1 1 auto;
}
.page-news-list .news-dec h6 {
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}
.page-news-list .news-dec .txt {
	height: 63px;
	overflow: hidden;
}
.art-title {
	border-bottom: 1px dotted #ccc;
	text-align: center;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	margin-bottom: 0.20rem;
}
.art-title h1 {
	color: #333;
	font-size: 0.36rem;
	font-weight: normal;
}
.art-title .info {
	color: #999;
	margin-top: 0.15rem;
}

/* Media */
@media (min-width: 576px) {
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	.art-title h1 {
		font-size: 30px;
	}
	.index-about .for-txt {
		justify-content: center;
	}
	.index-about .txt {
		width: 540px;
	}
	.page-news-list figure {
		flex-basis: 120px;
	}
}
@media (min-width: 768px) {
	.index-about .txt {
		width: 720px;
	}
	.index-footer .img-code {
		order: 0;
		flex-basis: 260px;
		max-width: 260px;
		margin-right: 0.15rem;
	}
	.code-nav-contact {
		flex-wrap: nowrap;
	}
	.index-footer .sub-nav {
		flex: 1 1 auto;
	}
	.index-footer .copyright {
		justify-content: space-between;
	}
	.index-footer .copyright .link {
		flex-basis: auto;
	}
	.pro-list li {
		flex-basis: 33.3333333%;
	}
	.page-news-list figure {
		flex-basis: 145px;
	}
}
@media (min-width: 992px) {
	h3 {
		font-size: 28px;
	}
	.index-header .nav-pc {
		display: block;
	}
	.index-header figure.nav-m {
		display: none;
	}
	.index-about .container {
		flex-basis: 50%;
	}
	.index-about .for-txt {
		justify-content: flex-end;
	}
	.index-about .txt {
		width: 480px;
	}
	.index-about .img {
		height: auto;
	}
	.index-news .img-news {
		flex-basis: 64%;
		max-width: 64%;
	}
	.index-news .txt-news {
		flex-basis: 36%;
		max-width: 36%;
	}
	.news-list li {
		padding-top: 0.05rem;
		padding-bottom: 0.05rem;
	}
	.index-footer .img-code {
		margin-right: 0.45rem;
	}
	.index-pos {
		display: none;
	}
	.aside, .body .pos {
		display: block;
	}
}
@media (min-width: 1200px) {
	.index-header .nav-pc li + li {
		margin-left: 0.55rem;
	}
	.index-about .txt {
		width: 600px;
	}
	.news-list li {
		padding-top: 0.10rem;
		padding-bottom: 0.10rem;
	}
	.index-footer .img-code {
		margin-right: 0.75rem;
	}
	.aside {
		flex-basis: 260px;
	}
}
@media (min-width: 1600px) {
	.index-header .nav-pc li + li {
		margin-left: 0.80rem;
	}
	.index-about .txt {
		width: 720px;
	}
	.news-list li {
		padding-top: 0.15rem;
		padding-bottom: 0.15rem;
	}
	.index-footer .img-code {
		margin-right: 1.20rem;
	}
	.aside {
		flex-basis: 280px;
	}
}
@media (min-width: 1680px) {
	.index-about .txt {
		width: 800px;
	}
	.news-list li {
		padding-top: 0.19rem;
		padding-bottom: 0.19rem;
	}
	.index-footer .img-code {
		margin-right: 1.50rem;
	}
}

/* Keyframes */

@keyframes showNav {
	0% {transform: translateY(-10px); opacity: 0}
	100% {transform: translateY(0); opacity: 1}
}
@keyframes showPcNav {
	0% {transform: translate(-50%, -10px); opacity: 0}
	100% {transform: translate(-50%, 0); opacity: 1}
}
/*分页样式*/
.page{ clear:both; padding:20px 0px; font-size:14px; text-align:center; }
.page a{ padding:2px 6px; border:1px solid #bfbfbf; margin:3px; text-decoration:none; border-radius:2px;}
.page SPAN{ padding:2px 6px; border:1px solid #bfbfbf; margin:3px; text-decoration:none; border-radius:2px;}
.page a:hover{ border:#000;}
.page span.current{ border:#000; font-weight:bold; border-radius:2px;}